home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / te261dos.zip / README.1ST < prev    next >
Text File  |  1991-09-03  |  5KB  |  125 lines

  1. README.1st              Saturday, June 1, 1991 12:00 am                 1
  2.  
  3.     !!YOU MUST READ THE README. FILE!!
  4.  
  5.     Tech-Edit (Technical Editor) is a FAST full featured programmers' editor.
  6.     Tech-Edit was written with the idea of creating the fastest multi-window
  7.     text editor available for DOS and OS2.
  8.  
  9.     Shareware distribution of Tech-Edit includes a full featured DOS & OS/2
  10.     version of the editor. Upon registration we will send you:
  11.  
  12.                         - Latest Release
  13.                             o OS2 version
  14.                             o DOS 808x version
  15.                             o Printed Manual
  16.                             o Source code (Optional)
  17.  
  18.    ----------------------------------------------------------------------
  19.  
  20.      Tech-Edit is a general purpose source code editor. It provides a fast
  21.      multi-window/-file editing environment for programmers.
  22.  
  23.      Tech-Edit uses a unique combination of editing windows and screens.
  24.      An  editing  session  can  be  broken up into multiple screens;
  25.      in turn, each screen may be broken up into multiple windows
  26.      (16 per screen).
  27.  
  28.      The  Technical  Editor  was designed with enough features to make
  29.      most editing chores non-laborious.
  30.  
  31.      The most noted features:
  32.  
  33.          Virtual memory (XMS support) (Edits any size file)
  34.          25,43,50 line modes (EGA/VGA only)
  35.          Multiple screens and windows
  36.          UNDO last 1000 text changes
  37.          Keyboard re-definition
  38.          Line and rectangular block marking
  39.          Selection box for file loading (moves through directories)
  40.          Auto word search (searches for word under cursor)
  41.          Binary and Read-only editing modes
  42.          Bookmarks (up to 5)
  43.          Bracket matching
  44.          OS environment (single key toggle)
  45.          Extended ASCII character set
  46.          File based keymap configurations
  47.          Go to window selection list for going from window to window
  48.          Interactive editor configuration
  49.          Keyboard macros
  50.          Auto indenting
  51.          Regular expression search and replace
  52.  
  53.    ----------------------------------------------------------------------
  54.  
  55.         Tech-Edit is a shareware product; before using this product you must
  56.     read the license agreement found in the README file.
  57.  
  58. README.1st              Saturday, June 1, 1991 12:00 am                 2
  59.  
  60. -----------------------------------------------------------------------------
  61.                             PACKING LIST
  62. -----------------------------------------------------------------------------
  63.     readme.1st          What your reading
  64.  
  65.     readme.             License agreement and registration information
  66.  
  67.     t.exe               Technical Editor Executable (DOS)
  68.  
  69.       OR  
  70.  
  71.     t2.exe              Technical Editor Executable (OS\2)
  72.  
  73.     t.hlp               Technical Editor Help file
  74.  
  75.     prob.rep            Form for reporting Tech-Edit problems. (Please use
  76.                         this form whether or not you are a registered user.)
  77.  
  78.     contact.who         How to communicate with Superior Soft staff.
  79.  
  80. -----------------------------------------------------------------------------
  81.                     HELPFUL HINTS FOR INSTALLATION
  82. -----------------------------------------------------------------------------
  83. Copy "*.exe" and "t.hlp" files into a directory included in your DOS "PATH"
  84.  
  85. Usage:  t [-prb] file1.ext file2.ext ... filen.ext
  86.           flags and filespecs are optional;
  87.               -p choose file to edit through file pick list
  88.               -r Bring up file in read-only mode (allows no changes)
  89.               -b Bring up file in binary mode (fixed line length and
  90.                  no CR-LF translation)
  91.  
  92.           Valid wild card characters can be used for file names
  93.  
  94. Executing "t.exe" without any arguments brings up a pick-list window with
  95. all the files and directories in the current directory.
  96.  
  97.  
  98. README.1st              Saturday, June 1, 1991 12:00 am                 3
  99.  
  100. Key sequences worth knowing (press F1 for help on all key sequences):
  101.  
  102. F1              HELP
  103. ALT-C           Editor configuration  (change important defaults)
  104. Alt-D           Delete current line
  105. Alt-K           Delete to end of line
  106. Alt-L           BLOCKING: Mark lines for Copy/Delete/Cut
  107. Alt-B           BLOCKING: Rectangle mark for Copy/Delete/Cut/Indent
  108. Alt-I           BLOCKING: Paste current cut buffer
  109. Alt-G           Goto line
  110. Ctrl-U          Undo last file modification
  111. Alt-Z           Exit and save all changed files
  112. Alt-X+N         Exit and discard all changed files
  113. Alt-Q           Exit and prompt to save for each changed file
  114. Alt-F+S         Save current buffer as "file name"
  115. Ctrl-S+F or F3  Search foreward
  116. Ctrl-F          Perform last search
  117. Alt--   or F9   Previous screen
  118. Alt-=   of F10  Next screen
  119. Ctrl-K+D        Key re-define (change action of any given key sequence)
  120. Ctrl-K+S        Save current key-map
  121. -----------------------------------------------------------------------------
  122. End of file
  123. -----------------------------------------------------------------------------
  124.  
  125.